:version attributes to strings.
See also command `unify-8859-on-decoding-mode'."
:group 'mule
:global t
- :version 21.3 ; who knows...?
+ :version "21.3" ; who knows...?
:init-value nil
(if unify-8859-on-encoding-mode
(ucs-unify-8859 t)
See also command `unify-8859-on-encoding-mode'."
:group 'mule
:global t
- :version 21.3 ; who knows...?
+ :version "21.3" ; who knows...?
:init-value nil
(let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode)))
(set-char-table-parent standard-translation-table-for-decode table)